home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / machserver / tests.old / client / local.mk < prev    next >
Encoding:
Text File  |  1991-09-02  |  659 b   |  17 lines

  1. #
  2. # This file is included by Makefile.  Makefile is generated automatically
  3. # by mkmf, and this file provides additional local personalization.  The
  4. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  5. # that must be included to set up various compilation stuff.
  6. #
  7.  
  8. LIBS        += -lmach
  9.  
  10. # At least for the time being, use the same compilation environment as
  11. # the Sprite server.  It probably makes more sense to use the server's
  12. # environment than the Sprite "user" environment, because (a) the
  13. # emulation code is closely tied to the server and (b) the emulation
  14. # code needs to know about Mach.
  15. #include "/users/kupfer/lib/pmake/sprited.mk"
  16.  
  17.